home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Gamer UK 115
/
CD Gamer Issue 115 (November 2002) (Disc 1).ISO
/
Addons
/
mohaa
/
TheStorm1.ZIP
/
User-TheStorm1.pk3
/
scripts
/
TheStorm1.shader
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-07-02
|
402 b
|
18 lines
// Shader for The factory loading picture
TheStorm1 //This is the same name as the name of the shader file
{
nomipmaps
nopicmip
cull none
force32bit
surfaceparm nolightmap
{
map $whiteimage
}
{
clampMap textures/mohmenu/dmloading/TheStorm1.tga // This is where your loading picture are located
blendfunc gl_one_minus_src_alpha gl_src_alpha
}
}